home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-04-26 | 1.3 KB | 34 lines | [TEXT/ttxt] |
- Chat 1.0.0 © Peter N Lewis, Mar 1992.
- Chat is free, but I retain the copyright on it.
-
- This source code may be used for any non-commercial purpose as long
- as I get a mention in the about box and documentation of any derivative program.
-
- Chat was written in THINK Pascal v4.0.1. Chat is a very simple program,
- I wrote it in about three hours, plus I've done about three more hours
- neatifying it, and a couple hours getting it ready to send out. The entire
- program (ignoring the TCP and other libraries) is only 350 lines, and as
- such should be good pascal sample code for writing TCP applications.
-
- The code is very sparsely commented, but pretty simple. All pascal units
- ending with .unit are taken from my personal library of reusable modules,
- and should be fairly easy to incorporate into any other program. If you
- want to play with this source code, you should probably get the Chat
- distribution as well, since it has the documentation for using Chat
- which is not included in this distribution.
-
- Send postcards, comments, bug reports, wishes, questions to:
-
- Peter N Lewis,
- 10 Earlston Way,
- Booragoon, WA, 6154,
- AUSTRALIA
-
- or, better yet, by electronic mail to:
-
- Internet: peter@cujo.curtin.edu.au
- Bitnet: peter%cujo.curtin.edu.au@cunyvm.bitnet
- UUCP: uunet!munnari.oz!cujo.curtin.edu.au!peter
-
- If you use Chat’s source code, please send me a note!
-